Skip to content

Commit

Permalink
Merge pull request #282 from LGFae/fractional-scaling
Browse files Browse the repository at this point in the history
Fractional scaling
  • Loading branch information
LGFae authored Apr 16, 2024
2 parents 132bde3 + 6bece86 commit 43d1227
Show file tree
Hide file tree
Showing 8 changed files with 518 additions and 348 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ log = { version = "0.4", features = ["max_level_debug", "release_max_level_info"
simplelog = "0.12"

wayland-client = { version = "0.31", default-features = false, features = [ "log" ]}
wayland-protocols = { version = "0.31", default-features = false, features = [ "client" ]}
wayland-protocols = { version = "0.31", default-features = false, features = [ "client", "staging" ]}
wayland-protocols-wlr = { version = "0.2", default-features = false, features = [ "client" ]}

# use specific git version for Duration implementation. We will do this until the next bitcode release
bitcode = { git = "https://github.com/SoftbearStudios/bitcode.git", rev = "5f25a59", default-features = false }
rustix = { version = "0.38", default-features = false, features = [ "event", "shm", "mm" ] }
memmap2 = "0.9"
libc = "0.2"

keyframe = "1.1"
Expand Down
Loading

0 comments on commit 43d1227

Please sign in to comment.