mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
We don't need the resolver=2 with edition 2021
This commit is contained in:
parent
a45dcc1f9a
commit
e2ec76f9ef
3 changed files with 2 additions and 8 deletions
|
@ -64,8 +64,7 @@ In your Cargo.toml add a `build` assignment and use the `sixtyfps-build` crate i
|
|||
[package]
|
||||
...
|
||||
build = "build.rs"
|
||||
resolver = "2" # avoid dependency conflicts on some platforms
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
sixtyfps = "0.1.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue