Draft iced_devtools subcrate structure

This commit is contained in:
Héctor Ramón Jiménez 2025-04-05 19:27:15 +02:00
parent 3f67044977
commit a719b0596c
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 201 additions and 2 deletions

18
devtools/Cargo.toml Normal file
View file

@ -0,0 +1,18 @@
[package]
name = "iced_devtools"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
categories.workspace = true
keywords.workspace = true
rust-version.workspace = true
[lints]
workspace = true
[dependencies]
iced_program.workspace = true
iced_widget.workspace = true