Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependency diagram to README #350

Merged
merged 3 commits into from
Sep 2, 2014
Merged

Add dependency diagram to README #350

merged 3 commits into from
Sep 2, 2014

Conversation

brendanzab
Copy link
Contributor

This will check off one thing in #346

@brendanzab
Copy link
Contributor Author

Just a sec - doing some tweaks

@brendanzab brendanzab force-pushed the diagram branch 2 times, most recently from ac8ef95 to 79976f8 Compare September 2, 2014 04:36
@brendanzab
Copy link
Contributor Author

I'm wondering if I should simplify it by leaving out the other dependencies for the examples. Ie.

dependencies

@ghost
Copy link

ghost commented Sep 2, 2014

I think the simpler one is much clearer.

@brendanzab
Copy link
Contributor Author

Ok, let's go with that then!

kvark added a commit that referenced this pull request Sep 2, 2014
Add dependency diagram to README
@kvark kvark merged commit e7e22e5 into gfx-rs:master Sep 2, 2014
@brendanzab brendanzab deleted the diagram branch September 2, 2014 12:51
adamnemecek pushed a commit to adamnemecek/gfx that referenced this pull request Apr 1, 2021
416: Makefile package command and travis github releases r=kvark a=Korijn

Closes gfx-rs#414

Approach mostly mimicked from [gfx-portability](https://github.com/gfx-rs/portability) as recommended to me by @kvark. I needed a number of commits to iron out some kinks for the Windows builds, so I would recommend using squash merge when accepting this PR.

Note that the Windows rust=nightly build fails, but it's also broken on master, so it's unrelated to the changes in this PR.

/cc @almarklein

# Questions

- [x] Would it make sense to also regenerate the `ffi/wgpu.h` and `wgpu-remote.h` header files and include them in the zip archive?

# Todo for maintainers

- [x] Configure encrypted `api_key`
As in [gfx-portability](https://github.com/gfx-rs/portability/blob/master/.travis.yml#L61) you will need to create an API key and commit it to the `.travis.yml` file. I've checked "allow edits from maintainers" so you should be able to commit to this branch directly. You may want to reference the [Travis instructions](https://docs.travis-ci.com/user/deployment/releases/#authenticating-with-an-oauth-token) as well.

- [ ] Tag revisions
Previous versions (`v0.1` - `v0.4`) have not been tagged on the master branch, you will want to do so retroactively. Also, when releasing in the future, make sure to tag the commit before pushing. Alternatively, you can schedule a travis build manually after applying the tag retroactively.

420: Make Origin3d::{x,y,z} all have type u32 r=kvark a=fintelia

Fixes gfx-rs#419 

424: swapchain creation: check if selected present mode is supported r=kvark a=Veykril

Implements a simple check as talked about in gfx-rs#350 to fallback to `FIFO` should the selected present mode not be available on the system.

Co-authored-by: Korijn van Golen <[email protected]>
Co-authored-by: Korijn van Golen <[email protected]>
Co-authored-by: Jonathan Behrens <[email protected]>
Co-authored-by: Veykril <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants