fleabitdev / glsp

The GameLisp scripting language
https://gamelisp.rs/
Apache License 2.0
394 stars 13 forks source link

[General] How do I get this if I want to make modifications to the code? #33

Closed Zireael07 closed 3 years ago

Zireael07 commented 3 years ago

The standard way is to specify it in Cargo.toml: glsp = "0.2"

but what if I want to modify the code after getting it?

fleabitdev commented 3 years ago

Thanks for your interest!

You would need to fork the fleabitdev/glsp repository. GitHub provides some instructions here.

Zireael07 commented 3 years ago

Fork the repo, and drop it in my existing project you mean?

A bit of a pity that cargo.toml doesn't put the code somewhere accessible after getting it...