Commit graph

67 commits

Author SHA1 Message Date
Louis Pilfold b127989909
Correct CODEOWNERS syntax 2020-12-04 12:34:15 +00:00
Louis Pilfold 0bc429368a
CODEOWNERS (#40) 2020-12-04 11:53:09 +00:00
Marnix Kuijs 277846f209
Documentation for pre-built version (#35) 2020-11-15 00:53:14 +01:00
Johan Andersson 2ba14801cd
Faster CI by running pre-built test separately (#34) 2020-11-14 23:56:28 +01:00
Johan Andersson ba18db6a82 Release 0.7.2 2020-11-13 23:41:31 +01:00
Marnix Kuijs e2d54cc5d9
Added build with prebuilt libs (#33) 2020-11-13 23:10:57 +01:00
Johan Andersson 704078a107 Release 0.7.1 2020-11-10 12:52:47 +01:00
Marnix Kuijs 3d1b468aeb
Disable debug build for MoltenVK (#32)
* Disable debug build for MoltenVK

* Fix variable name
2020-11-10 11:42:12 +00:00
Johan Andersson c32356a022 Release 0.7.0 crate using MoltenVK 1.1.0 2020-11-09 21:34:57 +01:00
Johan Andersson 44911f699a
Upgrade to MoltenVK 1.1.0 (#25) 2020-11-09 21:31:47 +01:00
Louis Pilfold f8a59268e7
New badge configuration (#29) 2020-10-27 14:00:05 +00:00
Johan Andersson c83689ecf6 Rename "master" to "main"
Part of https://github.com/EmbarkStudios/rust-ecosystem/issues/49
2020-06-12 12:20:41 +02:00
Johan Andersson 97884580cc
Upgrade to MoltenVK 1.0.43 (#21) 2020-06-10 07:47:00 +00:00
Maik Klein 105fbac018
Update xcode to 11.5 on the CI (#20) 2020-06-03 14:21:37 +00:00
Maik Klein 74ad863f98 Revert "Update to 1.0.42 (#18)"
This reverts commit d3d179202f.
2020-06-03 15:40:03 +02:00
Maik Klein d3d179202f
Update to 1.0.42 (#18) 2020-06-02 16:19:14 +00:00
Maik Klein d241d9be2a Update cargo deny 2020-05-11 09:51:50 +02:00
Maik Klein 1da61c6320 Update to ash 0.31.0 2020-05-11 09:42:30 +02:00
Maik Klein 077fbca249
Update to moltenvk 1.0.41 (#16)
* Update to 1.0.41

* Bump version
2020-04-06 10:03:06 +00:00
Maik Klein 97ce1f7bd8 Set version to 0.3.0+38 2020-03-24 11:58:02 +01:00
Maik Klein 9ecae25608 Set version to 0.30.0+38 2020-03-23 12:22:16 +01:00
Maik Klein 31271f7be0 Remove patch version 2020-03-23 12:20:37 +01:00
Maik Klein 73c67ca3c7 Bump version to 0.3.0+38 2020-03-23 11:59:15 +01:00
Maik Klein e9a124d646
Update to ash 0.30.0 (#15)
* Update to ash 0.30.0

* clippy

* Replace mk_version macro
2020-03-23 11:53:19 +01:00
Johan Andersson 5b3e7f415b
Add cargo-deny GitHub action (#11)
* Add cargo-deny GitHub action

* Remove Travis rule from mergify
2020-02-05 15:06:36 +01:00
Johan Andersson acc39d8a70
Upgrade to MoltenVK 1.0.38 and Xcode 11 (#7) 2019-11-06 22:06:10 +01:00
Johan Andersson 3b0342709b Specify Mac target for docs.rs 2019-11-02 22:23:11 +01:00
Johan Andersson 9ee5e45bf6
Switch from Travis to GitHub Actions (#8)
Speeds up builds from 37 min to 15 min
2019-10-31 19:53:54 +01:00
Johan Andersson c2b15c989e
Pin MoltenVK version to v1.0.37 (#5) 2019-10-28 16:46:57 +01:00
Johan Andersson 9f6c298703 Write license with OR intead of slash 2019-10-25 21:58:03 +02:00
Johan Andersson 077547bdc8 [ci] Add mergify configuration 2019-09-16 20:48:24 +02:00
Ari Vaniderstine a6eaf70307 Add CoC and Contributor Guide 2019-07-10 16:45:08 +02:00
Johan Andersson 5b981fc5a2 Add badges to README 2019-06-29 02:02:18 +02:00
Johan Andersson 3211f08994 Use Maik's full name 2019-06-29 01:37:39 +02:00
Johan Andersson a3045c930e Remove native and MoltenVK root folders 2019-06-29 00:43:13 +02:00
Johan Andersson 4dadc1e3f0 Move MoltenVK checkout directory to OUT_DIR.
build.rs scripts are not allowed to write to the current directory, which "cargo package" complained about.
2019-06-29 00:41:21 +02:00
Johan Andersson 4c32434982 Add native director to .gitignore 2019-06-29 00:41:21 +02:00
Johan Andersson 6e7f5f2145
Add emoji 2019-06-28 10:52:00 +02:00
Johan Andersson 2b40f4fb4f Add Cargo.toml description & categories 2019-06-27 10:58:59 +02:00
Jake Shadle b19fc845cd
Fix script (#2) 2019-06-25 18:46:31 +02:00
Jake Shadle 74914007cc
Build cleanup (#1)
* Move build script to build.rs
* Add homepage
2019-06-25 16:37:46 +02:00
Maik Klein dd57ac272f Add Xcode 10.2 2019-06-24 14:33:58 +02:00
Maik Klein f7a98644fc Output messages to the log every 30 seconds when building MoltenVK 2019-06-24 09:50:12 +02:00
Maik Klein 728d5e5f59 Don't build MoltenVK quietly 2019-06-24 09:16:38 +02:00
maik 17902011ed Run clippy after the build on travis 2019-06-21 11:12:07 +02:00
maik 6339e9210b Build only on stable and enable verbosity 2019-06-21 11:04:30 +02:00
maik b8a269ca29 Query target_os cfg flags from the env 2019-06-21 10:44:36 +02:00
maik 0bbc0436e8 Change target to target_os 2019-06-21 10:24:23 +02:00
maik c80d28ab9b Add travis.yml 2019-06-21 10:13:26 +02:00
maik 02ac66792c Abort on non mac/ios platforms 2019-06-21 10:13:17 +02:00