-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use spirv_utils instead of generating the SPIR-V definitions
Add a wrapper around the graph with automated type inference Added support for most of the common data types
- Loading branch information
Léo-Paul COUTURIER
committed
Sep 17, 2016
1 parent
0bc7f26
commit fa6ee92
Showing
8 changed files
with
699 additions
and
526 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,13 @@ | ||
[package] | ||
name = "rasen" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["l3ops <root@leops.me>"] | ||
build = "build.rs" | ||
description = "Generate SPIR-V bytecode from an operation graph" | ||
repository = "https://github.com/leops/rasen" | ||
readme = "README.md" | ||
keywords = ["SPIRV", "Vulkan", "GLSL"] | ||
license = "MIT" | ||
|
||
[features] | ||
default = ["aster/with-syntex"] | ||
|
||
[dependencies] | ||
petgraph = "0.2.8" | ||
|
||
[build-dependencies] | ||
aster = "0.26.1" | ||
syntex_syntax = "0.43.0" | ||
json = "0.10.2" | ||
hyper = "0.9.10" | ||
spirv-utils = { git = "https://github.com/leops/spirv-utils.git", rev = "ef68f9c" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.