Dima
Dima
Not sure if it's any help but similar error was discussed here: https://github.com/cberner/redb/issues/645
The previous version of the lib had another default backend for native target. You can still enable it: > Alternatively, disable default-features and enable the rocksdb feature to use a...
Not sure there is much documentation except readme but you can try: `bevy_pkv = {version = 0.8, default-features = false, features = ["bevy", "sled"] }` or `bevy_pkv = {version =...
Seems like there is official support for WebGPU in bevy's main branch, should this issue be reopened?
@mockersf great, do you have a branch to try? :)
@irfanabliz Yeah, you have to learn bevy to contribute to velo. There are systems - methods that run in specific order (schedule). Systems work on entities, entities can have any...
Arrow colors, note border colors should be adjustable by user too.
Useful links: * https://github.com/wooorm/markdown-rs * https://github.com/trishume/syntect for syntax highlighting * https://dillinger.io/ * https://commonmark.org/help/
Bold/italic/links implemented here: https://github.com/StaffEngineer/velo/pull/96
Basic syntax highlighting: https://github.com/StaffEngineer/velo/pull/99