diff options
author | 2023-03-09 19:05:38 +0100 | |
---|---|---|
committer | 2023-03-09 19:05:38 +0100 | |
commit | caf2836b1b15bff6e8a2ea72441d67f297eb8707 (patch) | |
tree | 0ffa0d1d604780999892b88de85ee93e3ed7d539 /native/Cargo.toml | |
parent | 11b2c3bbe31a43e73a61b9bd9f022233f302ae27 (diff) | |
parent | 424ac8177309440bbd8efe0dd9f7622cb10807ce (diff) | |
download | iced-caf2836b1b15bff6e8a2ea72441d67f297eb8707.tar.gz iced-caf2836b1b15bff6e8a2ea72441d67f297eb8707.tar.bz2 iced-caf2836b1b15bff6e8a2ea72441d67f297eb8707.zip |
Merge pull request #1748 from iced-rs/feature/software-renderer
Software renderer, runtime renderer fallback, and core consolidation
Diffstat (limited to 'native/Cargo.toml')
-rw-r--r-- | native/Cargo.toml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml deleted file mode 100644 index 3f92783e..00000000 --- a/native/Cargo.toml +++ /dev/null @@ -1,29 +0,0 @@ -[package] -name = "iced_native" -version = "0.9.1" -authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] -edition = "2021" -description = "A renderer-agnostic library for native GUIs" -license = "MIT" -repository = "https://github.com/iced-rs/iced" - -[features] -debug = [] - -[dependencies] -twox-hash = { version = "1.5", default-features = false } -unicode-segmentation = "1.6" -num-traits = "0.2" - -[dependencies.iced_core] -version = "0.8" -path = "../core" - -[dependencies.iced_futures] -version = "0.6" -path = "../futures" -features = ["thread-pool"] - -[dependencies.iced_style] -version = "0.7" -path = "../style" |