diff options
| -rw-r--r-- | Cargo.lock | 6 | ||||
| -rw-r--r-- | PKGBUILD | 2 | ||||
| -rw-r--r-- | TODO.md | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -650,6 +650,12 @@ dependencies = [ ] [[package]] +name = "camino" +version = "1.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" + +[[package]] name = "cc" version = "1.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1,7 +1,7 @@ # Maintainer: pml68 <contact@pml68.dev> pkgname=iced-builder -pkgver=0.1.0.r99.gd0e05b9 +pkgver=0.1.0.r115.g77b2e89 pkgrel=1 pkgdesc='UI builder for iced, built with iced.' arch=(x86_64) @@ -1,3 +1,3 @@ -- [ ] Make Designer view more usable +- [X] Make Designer view more usable - [ ] Rework options backend to work on-project-load - [x] Remove GTK3 dependency |
