tomaka / shared_library

Apache License 2.0
19 stars 15 forks source link

Add Fuchsia to the list #9

Closed rtsuk closed 7 years ago

rtsuk commented 7 years ago

Fuchsia is a new open source operating system under development at Google. It supports only Vulkan for hardware accelerated graphics at the moment, so I am starting to try to get Vulkano running on it.

This PR adds Fuchsia to the list. All tests pass.

This PR also adds license files matching the license claims in Cargo.toml. Google requires such files to exist to allow me, as a Google employee, to submit patches.

tomaka commented 7 years ago

Is it normal that the license files are empty?

rtsuk commented 7 years ago

No, I just forgot to hit save in TextMate.

Let me know if you want something different in the MIT license file.

tomaka commented 7 years ago

It's good, thanks!

tomaka commented 7 years ago

(by the way let me know if you need help with vulkano)