mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-14 09:45:41 +00:00
Adapt Cargo.toml files to new directories
This commit is contained in:
parent
d5d3994437
commit
73aa92ea10
2 changed files with 4 additions and 3 deletions
|
|
@ -10,7 +10,8 @@ members = [
|
|||
'api/rs/slint',
|
||||
'api/wasm-interpreter',
|
||||
'docs/tutorial/rust/src',
|
||||
'examples/7gui',
|
||||
'examples/7guis/booker',
|
||||
'examples/7guis/crud',
|
||||
'examples/gallery',
|
||||
'examples/imagefilter',
|
||||
'examples/memory',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
|
||||
[package]
|
||||
name = "_7gui"
|
||||
name = "booker"
|
||||
version = "0.2.2"
|
||||
authors = ["Slint Developers <info@slint-ui.com>"]
|
||||
edition = "2021"
|
||||
|
|
@ -14,5 +14,5 @@ path = "booker.rs"
|
|||
name = "booker"
|
||||
|
||||
[dependencies]
|
||||
slint = { path = "../../api/rs/slint" }
|
||||
slint = { path = "../../../api/rs/slint" }
|
||||
chrono = { version = "0.4", default-features = false, features = ["clock", "std"]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue