fredrik-hammar / egui-android-demo

My attempt at getting latest version of the egui demo to work on Android
7 stars 3 forks source link

warning: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition #28

Open fredrik-hammar opened 1 month ago

fredrik-hammar commented 1 month ago

Build warning.

$ x run --device adb:R52N916DVXY
[1/3] Fetch precompiled artifacts
info: component 'rust-std' for target 'aarch64-linux-android' is up to date
[1/3] Fetch precompiled artifacts [124ms]
[2/3] Build rust `egui-android-demo`
warning: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition
fredrik-hammar commented 1 month ago

Probably upstream issue.