ChatImproVR / chatimprovr

A Virtual World Platform for the future
https://chatimprovr.github.io/
Other
10 stars 1 forks source link

Give all of the plugins long names #75

Open Masterchef365 opened 1 year ago

Masterchef365 commented 1 year ago

Plugins in general should have long, descriptive names in Cargo.toml; this is already laid out in the book.

For the example plugins, maybe just prefixing with "cimvrexample". This helps avoid name collisions.

TODO: Append the semver major number to the pkg_namespace!() macro? Can be retrieved via macros from the stdlib (env!()).