Is it normal for precompiling to happen every time i'm `using VulkanCore`?

There’s also a warning every time:

julia> using VulkanCore
[ Info: Precompiling VulkanCore [16167f82-ea26-5cba-b1de-ed6fd5e30a11]
┌ Warning: Package VulkanCore does not have Libdl in its dependencies:
│ - If you have VulkanCore checked out for development and have
│ added Libdl as a dependency but haven’t updated your primary
│ environment’s manifest file, try Pkg.resolve().
│ - Otherwise you may need to report an issue with VulkanCore
└ Loading Libdl into VulkanCore from project dependency, future warnings for VulkanCore are suppressed.

Should i make an issue on github, or is this normal?

Sorry, that’s an upgrade oversight.

Update: fixed now on master

Thanks, and for modernizing the example in the readme.