dacite-winit

Crates.iodacite-winit
lib.rsdacite-winit
version0.7.0
sourcesrc
created_at2017-06-05 09:28:10.368223
updated_at2017-09-19 19:04:47.514252
descriptionInteroperability library for dacite and winit for easy Vulkan surface creation
homepagehttps://gitlab.com/dennis-hamester/dacite
repositoryhttps://gitlab.com/dennis-hamester/dacite
max_upload_size
id17807
size16,329
Dennis Hamester (dennis-hamester)

documentation

https://docs.rs/dacite-winit

README

dacite-winit

This is a small interoperability library for dacite and winit, which allows the creation of Vulkan surfaces in an easy and platform-independent manner.

build status dacite-winit on crates.io dacite-winit on docs.rs dacite-winit license

Usage

Dacite-winit is available on crates.io. Add this to your Cargo.toml:

[dependencies]
dacite = "0.7"
dacite-winit = "0.7"
winit = "0.7"

Check out the examples subdirectory to get started.

License

Dacite-winit is licensed under the ISC license:

Copyright (c) 2017, Dennis Hamester <dennis.hamester@startmail.com>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
Commit count: 778

cargo fmt