mousetrap_jll
, the cross-platform BinaryBuilder wrapper for Mousetraps C++ component, is now online with the Julia registry, as of today. This means installation is now finally just one line.
This release furthermore fixes several issues causing crashes on non-Linux machines and polishes the docs such that they are now hopefully free of typos.
Next on the List is implementing proper CI, registering Mousetrap itself with the Julia registry, as well as starting to make Mousetrap PackageCompiler
-compatible.
Thank you for continued support,
C.
Updating
To update Mousetrap, in the REPL, run the following:
import Pkg
begin
try Pkg.rm("mousetrap") catch end
try Pkg.rm("mousetrap_windows_jll") catch end
try Pkg.rm("mousetrap_linux_jll") catch end
try Pkg.rm("mousetrap_apple_jll") catch end
try Pkg.rm("libmousetrap_jll") catch end
try Pkg.rm("Mousetrap") catch end
Pkg.add(url="https://github.com/clemapfel/mousetrap.jl")
Pkg.test("Mousetrap")
end
New Version Requirements
name | was | is now |
---|---|---|
libmousetrap_jll |
0.3.0 |
removed |
mousetrap_jll |
n/a | 0.3.0 |
GTK4_jll |
n/a | 4.10 |
Glib_jll |
n/a | 2.76 |