Skip to content

Commit a306ed7

Browse files
committed
[Rust] Switch XPlatform GUI back to no_std mode
1 parent dff3b91 commit a306ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust_programs/xplatform_gui/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ run_in_axle = []
1212
axle_rt = {path = "../axle_rt" }
1313
axle_rt_derive = {path = "../axle_rt_derive" }
1414
cstr_core = "0.2.4"
15-
libgui = {path = "../libgui", features=["run_with_std"]}
16-
# libgui = {path = "../libgui"}
15+
# libgui = {path = "../libgui", features=["run_with_std"]}
16+
libgui = {path = "../libgui"}
1717
libgui_derive = {path = "../libgui_derive"}
1818
agx_definitions = {path = "../agx_definitions"}

0 commit comments

Comments
 (0)