mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-21 09:30:46 +00:00
easy_logging added as dependency
start of example user config
This commit is contained in:
parent
fd07978135
commit
2dff8295b2
7
configs/potato/example.yml
Normal file
7
configs/potato/example.yml
Normal file
@ -0,0 +1,7 @@
|
||||
strip-0:
|
||||
comp:
|
||||
knob: 3.6
|
||||
button-0:
|
||||
stateonly: true
|
||||
vban-in-0:
|
||||
"on": true
|
@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
||||
spec.add_runtime_dependency "ffi", "~> 1.9", ">= 1.9.10"
|
||||
spec.add_runtime_dependency "perfect_toml", "~> 0.9.0"
|
||||
spec.add_runtime_dependency "observer", "~> 0.1.1"
|
||||
spec.add_runtime_dependency "logger", "~> 1.5", ">= 1.5.1"
|
||||
spec.add_runtime_dependency "easy_logging", "~> 0.4.0"
|
||||
spec.add_development_dependency "rspec", "~> 3.4"
|
||||
spec.required_ruby_version = ">= 3.0"
|
||||
spec.metadata = {
|
||||
|
Loading…
Reference in New Issue
Block a user