Skip to content

Commit

Permalink
Use fixed libremarkable to fix issue with remux
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusCDE committed Sep 21, 2020
1 parent 29703b0 commit 26ae1e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
11 changes: 7 additions & 4 deletions Cargo.lock

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

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
[package]
name = "retris"
version = "0.5.5"
version = "0.5.6"
authors = ["Linus <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.7"
libremarkable = { git = "https://github.com/LinusCDE/libremarkable.git", branch = "feature/multitouch-rewrite" }
tetris_core = "0.2"
downcast-rs = "1.2"
fxhash = "0.2"
clap = "3.0.0-beta.1"
lazy_static = "1.4.0"

[dependencies.libremarkable]
#path = "../libremarkable"
git = "https://github.com/LinusCDE/libremarkable.git"
branch = "feature/fix-evdev-crash-in-remux"

0 comments on commit 26ae1e4

Please sign in to comment.