Commit cf76c8b
committed
Gradle fixes from libprocessing refactor.
1 parent 2b9f115 commit cf76c8b
2 files changed
+33
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
68 | 76 | | |
69 | 77 | | |
70 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
71 | 88 | | |
72 | 89 | | |
73 | | - | |
| 90 | + | |
74 | 91 | | |
75 | 92 | | |
76 | 93 | | |
77 | 94 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
84 | 101 | | |
85 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
86 | 106 | | |
87 | 107 | | |
88 | 108 | | |
| |||
110 | 130 | | |
111 | 131 | | |
112 | 132 | | |
113 | | - | |
| 133 | + | |
114 | 134 | | |
115 | 135 | | |
116 | 136 | | |
| |||
158 | 178 | | |
159 | 179 | | |
160 | 180 | | |
161 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
162 | 184 | | |
163 | 185 | | |
164 | 186 | | |
| |||
Submodule libprocessing updated 26 files
- .github/actions/setup/action.yml+18
- .github/workflows/ci.yml+113
- .gitignore+1-1
- Cargo.lock+64-24
- Cargo.toml+30-2
- crates/processing_ffi/Cargo.toml+5-2
- crates/processing_ffi/build.rs
- crates/processing_ffi/cbindgen.toml
- crates/processing_ffi/src/color.rs
- crates/processing_ffi/src/error.rs+2-2
- crates/processing_ffi/src/lib.rs+18-16
- crates/processing_render/Cargo.toml+4-1
- crates/processing_render/src/error.rs
- crates/processing_render/src/lib.rs+134-56
- crates/processing_render/src/render/command.rs
- crates/processing_render/src/render/material.rs
- crates/processing_render/src/render/mesh_builder.rs
- crates/processing_render/src/render/mod.rs+1-1
- crates/processing_render/src/render/primitive/mod.rs
- crates/processing_render/src/render/primitive/rect.rs+2-2
- docs/principles.md+116
- examples/glfw.rs+69
- examples/rectangle.rs+45
- ffi/include/processing.h+153
- src/lib.rs+1
- src/prelude.rs+2
0 commit comments