Skip to content

Commit

Permalink
Merge pull request #37 from Xetibo/ina
Browse files Browse the repository at this point in the history
feat: Add flatpak build tools
  • Loading branch information
DashieTM authored Nov 2, 2023
2 parents bc1a5c7 + 727808d commit 9c274c0
Show file tree
Hide file tree
Showing 5 changed files with 1,450 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# will have compiled files and executables
debug/
target/
flatpak/build
flatpak/.flatpak-builder

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Expand All @@ -17,4 +19,4 @@ Cargo.lock
# Added by cargo

/target
.idea/
.idea/
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ edition = "2021"
description = "A wip universal Linux settings application."

[dependencies]
ReSet-Lib = "*"
adw = { version = "*", package = "libadwaita", features = ["v1_4"]}
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"]}
dbus = "0.9.7"
gtk = { version = "*", package = "gtk4", features = ["v4_12"]}
gtk = { version = "0.7.3", package = "gtk4", features = ["v4_12"]}

[build-dependencies]
glib-build-tools = "*"
glib-build-tools = "0.18.0"
Loading

0 comments on commit 9c274c0

Please sign in to comment.