schveiguy / raylib-d

Resurrected copy of onroundit's raylib-d
zlib License
55 stars 14 forks source link

Turn into real package #14

Closed schveiguy closed 2 years ago

schveiguy commented 2 years ago

all modules are top-level. This isn't very good for avoiding name collisions, so it should be under a raylib package.

Plan is to put all under a raylib package, with package.d containing the current raylib.d contents. raylib_config.d will move to just raylib/config.d

schveiguy commented 2 years ago

Now have a package, with deprecated original modules that publicly import the correct ones.