kettle11 / kapp

A pure Rust window and input library for Windows, Mac, and Web. (Work in progress)
Apache License 2.0
56 stars 4 forks source link

Change "version_major" to "major_version" and add version support to MacOS #58

Closed kettle11 closed 3 years ago

kettle11 commented 3 years ago

@lunabunn It's minor, but is it cool with you to flip "version_major" to "major_version"? It reads more naturally to me that way.

Fixes #56 and #28

lunabunn commented 3 years ago

I was actually going to name the flags major_version and minor_version but went with what was already there 😅 so totally cool with that!