polybiusproxy / hxCodec

Haxe library for native video playback on HaxeFlixel and OpenFL.
https://lib.haxe.org/p/hxCodec
Mozilla Public License 2.0
109 stars 71 forks source link

hxCodec breaks when used in a local repo #269

Closed EliteMasterEric closed 1 year ago

EliteMasterEric commented 1 year ago

When used in a local repo, or a hmm project, hxCodec will throw an error that hxCodec is not installed.

There is a workaround to this (which is to install the same version of hxCodec in the global haxelib folder) but this is an annoying and confusing extra step for users.

MAJigsaw77 commented 1 year ago

Lowercase name should fix it?

EliteMasterEric commented 1 year ago

No this is a different problem

MAJigsaw77 commented 1 year ago

After I did a little testing on it, hmm works in the current state, idk what to say about local repo