mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Replace wildcard version with the released one for now
This commit is contained in:
parent
478bae93e1
commit
dd55f5205d
1 changed files with 2 additions and 4 deletions
|
@ -54,19 +54,17 @@ to trigger the compilation of the `.60` file.
|
|||
|
||||
In your Cargo.toml:
|
||||
|
||||
FIXME! set the version
|
||||
|
||||
```toml
|
||||
[package]
|
||||
...
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
sixtyfps = "*"
|
||||
sixtyfps = "0.0.1"
|
||||
...
|
||||
|
||||
[build-dependencies]
|
||||
sixtyfps-build = "*"
|
||||
sixtyfps-build = "0.0.1"
|
||||
```
|
||||
|
||||
In the `build.rs` file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue