You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate much more stuff in dplug.graphics.draw, host the strangest functions in their point of use (such as UIKnob)
remove all deprecated stuff.
legacyMouseCursor should be replaced by a permanent Dplug_NoMouseCursor if like me you do not want to deal with mouse cursors for now
Progress towards less phobos and exceptions
deprecate/remove the dplug:core "runtime section"
deprecate/remove the dplug:core stackallocator.d
implement Vec more like std::vector in MSVC, with two pointers and similar growth policy maybe (or the one in druntime which is clever) => well no breakage needed, post-poned
The text was updated successfully, but these errors were encountered:
nothrow @nogc
dplug:host sub-package, fortunately probably no users of it other than Dplug toolslegacyMouseCursor
should be replaced by a permanentDplug_NoMouseCursor
if like me you do not want to deal with mouse cursors for nowVec
more like std::vector in MSVC, with two pointers and similar growth policy maybe (or the one in druntime which is clever) => well no breakage needed, post-ponedThe text was updated successfully, but these errors were encountered: