Clemapfel / Mousetrap.jl

Finally, a GUI Engine made for Julia

Home Page:https://clemens-cords.com/mousetrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mousetrap not found

trukker41 opened this issue · comments

In julia REPL
] Pkg add Mousetrap
error
Mousetrap (not found in project, manifest or registry)
julia 1.9.3
Windows 11

Mousetrap v0.2.0 needs to be installed according to the readme and documentation chapter, see here

import Pkg
begin
    try Pkg.rm("mousetrap") catch end
    Pkg.add(url="https://github.com/Clemapfel/mousetrap_windows_jll")
    Pkg.add(url="https://github.com/Clemapfel/mousetrap_linux_jll")
    Pkg.add(url="https://github.com/Clemapfel/mousetrap_apple_jll")
    Pkg.add(url="https://github.com/Clemapfel/mousetrap.jl")
end

0.3.0 is in the process of being registered but 0.2.0 is not currently, so you need to do the above.