wu-lang / wu

🐉 A practical game and data language
https://wu-lang.gitbook.io/guide/
MIT License
467 stars 17 forks source link

wu.toml not working properly? #42

Closed darltrash closed 3 years ago

darltrash commented 3 years ago

I have a wu.toml file like this: imagen but i get: imagen Am I meant to use it this way?

nilq commented 3 years ago

Hello! This surely needs same more thorough documentation. wu.toml requires TOML values definitions, so your file should contain the following instead:

[dependencies]
std = "wu-lang/std"

I hope this solves it.

darltrash commented 3 years ago
[dependencies]
std = "wu-lang/std"

It seems like it worked! ...but not properly yet imagen Im not trying to write it onto any special or protected place (like /, for example) yet it would still happen

nilq commented 3 years ago

Ah right! I just pushed a possible fix. :smile: