Skip to content

Commit

Permalink
chore: version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Oct 8, 2023
1 parent 18ee97a commit 43eb830
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 37 deletions.
73 changes: 46 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xdg-desktop-portal-luminous"
version = "0.3.4"
version = "0.1.1"
edition = "2021"

[workspace]
Expand All @@ -18,10 +18,10 @@ tracing-subscriber = "0.3.17"
url = { version = "2.4", features = ["serde"] }
serde_repr = "0.1"
image = { version = "0.24", default-features = false, features = [
"jpeg",
"png",
"pnm",
"qoi",
"jpeg",
"png",
"pnm",
"qoi",
] }

bitflags = "2.4.0"
Expand All @@ -33,19 +33,19 @@ anyhow = "1.0.75"
pipewire = "0.7.2"
libspa-sys = "0.7.2"

libwayshot = { git = "https://github.com/waycrate/wayshot.git" }
libwayshot = { version = "0.3.0" }
rustix = { version = "0.38.13", features = ["fs", "use-libc"] }

# REMOTE
wayland-protocols = { version = "0.31.0", default-features = false, features = [
"unstable",
"client",
"unstable",
"client",
] }
#wayland-protocols = { version = "=0.30.0-beta.13", features = ["client", "unstable"] }


wayland-protocols-wlr = { version = "0.2.0", default-features = false, features = [
"client",
"client",
] }
wayland-client = { version = "0.31.1" }

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'xdg-desktop-portal-luminous',
'rust',
version: '0.1.0',
version: '0.1.1',
meson_version : '>= 1.1.0'
)

Expand Down

0 comments on commit 43eb830

Please sign in to comment.