Skip to content

Commit 18eda3b

Browse files
authored
Merge pull request #2 from j03-dev/chore/dark-light
chore/dark light
2 parents d9a48c1 + 78d14f9 commit 18eda3b

5 files changed

Lines changed: 142 additions & 125 deletions

File tree

Cargo.lock

Lines changed: 110 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "system-theme-hx"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66

@@ -10,6 +10,9 @@ crate-type = ["rlib", "cdylib"]
1010

1111

1212
[dependencies]
13-
steel-core = { version = "0.7.0", git = "https://github.com/mattwparas/steel.git", features = ["dylibs", "sync"] }
13+
steel-core = { version = "0.7.0", git = "https://github.com/mattwparas/steel.git", features = [
14+
"dylibs",
15+
"sync",
16+
] }
1417
abi_stable = "0.11.1"
15-
system-theme = "0.1.0"
18+
dark-light = { git = "https://github.com/rust-dark-light/dark-light.git", rev = "0f18d2f" }

cog.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(define package-name 'system-theme-hx)
2-
(define version "0.1.0")
2+
(define version "0.3.0")
33
(define dependencies '())
44

55
(define dylibs '((#:name "system-theme-hx")))

0 commit comments

Comments
 (0)