Skip to content

Commit

Permalink
Start over with new design goals
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Feb 18, 2024
1 parent eec522f commit 07d08b7
Show file tree
Hide file tree
Showing 26 changed files with 39 additions and 1,288 deletions.
27 changes: 19 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
[workspace]
resolver = "2"
members = [
"crates/concoct",
"crates/concoct-web",
# "crates/concoct-menu",
"web_examples/counter"
]
[package]
name = "concoct"
version = "0.19.0-alpha.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform UI framework"
repository = "https://github.com/concoct-rs/concoct"

[features]
full = ["tracing"]

[dependencies]
futures = "0.3.30"
rustc-hash = "1.1.0"
tracing = { version = "0.1.40", optional = true }

[package.metadata.docs.rs]
features = ["full"]
rustdoc-args = ["--cfg", "docsrs"]
9 changes: 0 additions & 9 deletions crates/concoct-menu/Cargo.toml

This file was deleted.

9 changes: 0 additions & 9 deletions crates/concoct-menu/examples/app.rs

This file was deleted.

167 changes: 0 additions & 167 deletions crates/concoct-menu/src/lib.rs

This file was deleted.

18 changes: 0 additions & 18 deletions crates/concoct-web/Cargo.toml

This file was deleted.

Loading

0 comments on commit 07d08b7

Please sign in to comment.