Skip to content

Commit

Permalink
move things
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Nov 4, 2024
1 parent caa1c0c commit 48a1e25
Show file tree
Hide file tree
Showing 42 changed files with 18 additions and 6,048 deletions.
5,429 changes: 0 additions & 5,429 deletions Cargo.lock

This file was deleted.

16 changes: 7 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ members = [
"configurator",
"configurator_schema",
"configurator_utils",
"zconf2",
# "figment_schemars_bridge",
# "zconf",
# "zconf_derive",
# "zconf_derive_impl",
# "vexpe",
# "vtesting",
"zconf/zconf2",
# "zconf/figment_schemars_bridge",
# "zconf/zconf",
# "zconf/zconf_derive",
# "zconf/zconf_derive_impl",
]
resolver = "2"

Expand All @@ -28,8 +26,8 @@ unused_imports = "allow"
configurator_schema = { path = "configurator_schema" }
configurator_utils = { path = "configurator_utils" }
figment_schemars_bridge = { path = "figment_schemars_bridge" }
zconf = { path = "zconf" }
zconf2 = { path = "zconf2" }
# zconf = { path = "zconf/zconf" }
zconf2 = { path = "zconf/zconf2" }

derive_more = { version = "1", features = ["unwrap"] }
ron = "0.8"
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Currently, only 2 crates are relevant
- configurator: the APP
- configurator_schema: the crate client can use to generate a JSON schema that respect the [spec](./SPEC.md)

zconf\* are just alternative to [cosmic-config](https://github.com/pop-os/libcosmic/tree/master/cosmic-config).

# MVP todo

- [x] Plug the config system of COSMIC
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 0 additions & 21 deletions vexpe/Cargo.toml

This file was deleted.

30 changes: 0 additions & 30 deletions vexpe/config.json

This file was deleted.

29 changes: 0 additions & 29 deletions vexpe/config2.json

This file was deleted.

5 changes: 0 additions & 5 deletions vexpe/merge1.json

This file was deleted.

23 changes: 0 additions & 23 deletions vexpe/merge2.json

This file was deleted.

6 changes: 0 additions & 6 deletions vexpe/path

This file was deleted.

46 changes: 0 additions & 46 deletions vexpe/schema.json

This file was deleted.

117 changes: 0 additions & 117 deletions vexpe/src/expe_serde1.rs

This file was deleted.

50 changes: 0 additions & 50 deletions vexpe/src/expe_serde2.rs

This file was deleted.

Loading

0 comments on commit 48a1e25

Please sign in to comment.