calebwin / emu

The write-once-run-anywhere GPGPU library for Rust
https://calebwin.github.io/emu
MIT License
1.59k stars 53 forks source link

Fix compile failure issues #27 and #36 #48

Closed StevenLu2004 closed 3 years ago

StevenLu2004 commented 3 years ago
Bumped crate quote from ^1.0.2 to ^1.0.3
Replaced quote::__rt with quote::__private
Changed crate syn from ^1.0.5 to =1.0.5

I was trying out a bunch of GPU-computing crates when I encountered Emu (well, the older version, or crate em, as outlined in the discussion under issue #31). It's very intuitive and I love it, except it doesn't compile. After reading the discussion under #27, #31, and #36, I made some modifications to the dev branch, as outlined above. It compiles fine for now.

calebwin commented 3 years ago

Awesome! Thanks for contributing!