We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff3b91 commit a306ed7Copy full SHA for a306ed7
rust_programs/xplatform_gui/Cargo.toml
@@ -12,7 +12,7 @@ run_in_axle = []
12
axle_rt = {path = "../axle_rt" }
13
axle_rt_derive = {path = "../axle_rt_derive" }
14
cstr_core = "0.2.4"
15
-libgui = {path = "../libgui", features=["run_with_std"]}
16
-# libgui = {path = "../libgui"}
+# libgui = {path = "../libgui", features=["run_with_std"]}
+libgui = {path = "../libgui"}
17
libgui_derive = {path = "../libgui_derive"}
18
agx_definitions = {path = "../agx_definitions"}
0 commit comments