Izzimach / om-react-pixi

Bindings for om to let you control pixi sprites from clojurescript.
Other
30 stars 2 forks source link

No way to reference this module via clojars/leiningen #2

Closed Izzimach closed 9 years ago

Izzimach commented 9 years ago

As mentioned in #1 you can't just reference this as a dependency in your project.clj. Needs:

-a proper reference to a react-pixi package also deployed to clojars -more up-to-date dependencies on om and clojurescript -react-pixi is updated to React 0.12 but om still uses 0.11, what to do?

Izzimach commented 9 years ago

Currently published here on clojars to work with React 0.11. Now that Om and react-pixi use 0.12, this should be updated as well.

Izzimach commented 9 years ago

Updated to use react-pixi 0.2.0 which uses React 0.12. Hope this works!