Skip to content

Commit

Permalink
Remove patch for enigo
Browse files Browse the repository at this point in the history
Bump to version 1.0.0
  • Loading branch information
CrendKing committed Apr 26, 2024
1 parent cc407d9 commit 4846cbc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = 'controller-remap'
description = 'Remap controller to keyboard and mouse inputs'
license-file = 'LICENSE'
version = '0.1.0'
version = '1.0.0'
edition = '2021'

[dependencies]
duration-str = '*'
enigo = { version = '0.2.0-rc', default-features = false, features = ['serde', 'wayland'] }
enigo = { version = '*', default-features = false, features = ['serde', 'wayland'] }
gilrs = { version = '*', features = ['serde'] }
lazy_static = '*'
serde = '*'
Expand All @@ -18,6 +18,3 @@ toml = '*'

[target.'cfg(target_os = "linux")'.dependencies]
nix = { version = '*', default-features = false, features = ['signal'] }

[patch.crates-io]
enigo = { git = 'https://github.com/enigo-rs/enigo.git' }

0 comments on commit 4846cbc

Please sign in to comment.